treeview: Check that :row-activated is only emitted on GDK_BUTTON_PRIMARY
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 11 Jun 2014 21:18:34 +0000 (23:18 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Wed, 11 Jun 2014 21:18:34 +0000 (23:18 +0200)
commit3e65655424544a4a650ca4d65d5610b60f2ee56e
tree55f13cb8ef7c119f849f5a55a0e8cdb458b68653
parentf321d3a50a5c0f9eb6d0f415572086c74b4f8642
treeview: Check that :row-activated is only emitted on GDK_BUTTON_PRIMARY

It turned out not all code was fully prepared to handle multiple buttons,
this avoids respawning https://bugzilla.gnome.org/show_bug.cgi?id=731020.
gtk/gtktreeview.c